home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 413 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.missouri.edu!NewsWatcher!user
  2. From: surgsw@mizzou1.missouri.edu (Joel Weinstein)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Programing in C
  5. Date: Thu, 04 Jan 1996 20:52:01 -0700
  6. Organization: University of Missouri - Columbia
  7. Message-ID: <surgsw-0401962052010001@128.206.206.68>
  8. References: <4c70ip$jqa@coranto.ucs.mun.ca>
  9. NNTP-Posting-Host: mizzou-ts9-07.missouri.edu
  10.  
  11. > I was wondering if somene could tell me whichis the best language to 
  12. > program in?  I'm thinking of starting to learn for myself.  Could someone 
  13. > help.  Thanks
  14.  
  15. Learn C.  It's tough, but if you stick with it, you can learn it just as
  16. easily as someone with Basic skills.  Once you learn c, pascal is no
  17. problem, and C++ is similar to c so it shouldnt be too hard.
  18.  
  19.  
  20. You need a compiler (I would recommend codewarrior if you have a mac). 
  21. Then you need some books to learn a language.  If you have a pc, buy a mac
  22. so you can run codewarrior, heh heh (it's truly a great C/C++/Pascal
  23. compiler.)  I would recommend Learn C on the Macintosh, second edition by
  24. dave mark, if you have a mac.  I would also recommend Teach Yourself C by
  25. Herbert shildt if you have a pc.  The book by Dave Mark comes with a cd of
  26. the demo version of Codewarrior, so you could try it out.
  27.  
  28. ps.  I went through everything you are going through now about 2 months
  29. ago when I started learning C, so feel free to ask me any questions you
  30. have.
  31.